home *** CD-ROM | disk | FTP | other *** search
Wingz Script | 1989-02-08 | 998 b | 43 lines | [WZSC/WNGZ] |
- WNGZWZSC01b1
- Test Flight
- :Sheets
- :Scripts
- sheetfolder
- scriptfolder
- tffolder
- first
- drive2name
- harddisk
- drivebutton
- icalc
- fontsloaded
- tfloaded
- machineinit
- deskinit
- windowset
- computer
- tfnotice
- define sn, tf
- tf = length("Test Flight")
- sn = length(name())
- if sn > tf
- get script left(name(), sn - tf - 1) & ":TF"
- get script "TF"
- end if
- tf:sheetfolder = ":Sheets"
- tf:scriptfolder = ":Scripts"
- tf:tffolder = ""
- tf:play = 0
- tf:first = 1
- tf:drive2name = ""
- tf:harddisk = 1
- tf:drivebutton = 1
- tf:icalc = 0
- tf:fontsloaded = 0
- tf:exit = 0
- tf:tfloaded = 1
- call TF:machineinit(0)
- call TF:deskinit()
- call TF:windowset(TF:computer)
- call tf:tfnotice()
-